RingBuffer.read

It may read less than count if it is out of bounds

  1. T[] read(uint count)
    struct RingBuffer(T, uint Length)
    @nogc immutable
    T[]
    read
    (
    uint count
    )
  2. T read()

Meta